home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / OWLCORE.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  53 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Include for the core classes in ObjectWindows.  Works well with precompiled
  8. // headers.
  9. //----------------------------------------------------------------------------
  10. #if !defined(OWL_OWLCORE_H)
  11. #define OWL_OWLCORE_H
  12.  
  13. #if !defined(OWL_DEFS_H)
  14. # include <owl/defs.h>
  15. #endif
  16.  
  17. #if !defined(OWL_MODULE_H)
  18. # include <owl/module.h>
  19. #endif
  20. #if !defined(OWL_APPLICAT_H)
  21. # include <owl/applicat.h>
  22. #endif
  23.  
  24. #if !defined(OWL_DC_H)
  25. # include <owl/dc.h>
  26. #endif
  27. #if !defined(OWL_MENU_H)
  28. # include <owl/menu.h>
  29. #endif
  30.  
  31. #if !defined(OWL_WINDOW_H)
  32. # include <owl/window.h>
  33. #endif
  34.  
  35. #if !defined(OWL_MDI_H)
  36. # include <owl/mdi.h>
  37. #endif
  38. #if !defined(OWL_MDICHILD_H)
  39. # include <owl/mdichild.h>
  40. #endif
  41. #if !defined(OWL_DECMDIFR_H)
  42. # include <owl/decmdifr.h>
  43. #endif
  44.  
  45. #if !defined(OWL_DIALOG_H)
  46. # include <owl/dialog.h>
  47. #endif
  48. #if !defined(OWL_CONTROL_H)
  49. # include <owl/control.h>
  50. #endif
  51.  
  52. #endif  // OWL_OWLCORE_H
  53.